Moose's Webpage

Hello, world!


Challenge 1: Basic page

Using our basic tags so far, do the following:

  1. Create a page with a TOP HEADER
  2. Create two "h2" headers
  3. Add text with the "p" tag
  4. If you want you can add a list

We will add links and images in a moment.

Remember to SAVE your page with CTRL+S in Geany, and
REFRESH the webpage with F5 in Chrome


Challenge 2: Adding images / links

You can draw an image in PAINT or KIDPIX or find images online.

SAVE the image to the same location as your .html file!

Then we will add it to the page with the "img" tag...

Common image types: png (pixel), jpg (photographs), gif (animated)

Here is a link, please click on it: This is the link


Challenge 3: STYLING!!!

Use CSS to add STYLING to the page!

Here is more text!


Challenge 4: Embedding